@charset "utf-8";
/* CSS Document */


.clear {
	clear: both;
	
}


body {
	background: #916435;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	/*background-image: url(background2.gif);*/
	background:#FFE4AE /*#fde8a9*/;
	width: 950px;
	/*height: 1100px;*/
	border: 2px solid white;
	margin: 0px auto;
	
}


/*#container {
    padding: 0px 0px 40px 0px;
}*/



/* header*/
.mainlogo {
	height: 170px;
	width: 950px;
	background: #462300 url(images/logo-plain2.png) no-repeat center;
	
}


.header {
    
	background: #462300 url(images/header.gif) no-repeat;
	
	width: 700px;
	position: relative;
	left: 125px;
	
}

.header ul {
	display: inline;
	float: left;
}
	
	

	
	
	.header li {
		float: left;
		list-style-type: none;
		padding: 0px;
		margin: 0px 28px 0px 20px;
		text-align: center;
		font-family: arial, "myriad pro", verdana;
		color: #FFF;
		font-size: 14px;
		}
		
		
		
		.header a {
			text-decoration: none;
			color: #FFF;
		}
		
		
		
		.header a:hover {
			color:#000;
		}
		
		.header a:active {
			font-size: 16px;
		}
		
			#page a {
				color: #000;
			}
			
			
/* top images*/

.image1 {
	position: relative;
	right: -72px;
	top: 30px;
	/*border: 2px solid #916435;*/
	width: 822px;
	height: 284px;
}
	
	


.image2 {
	padding: 10px;
	
}

.image2 img {
	float: right;
	position: relative;
	top: -300px;
	left: 12px;
}

/*maincontent*/

.maincontent {
	padding: 0px 40px 90px 40px;
	position: relative;
	top: 23px;
	/*top: -10px;*/
	left: -23px;
}

/*.border {
	border: 1px dotted #a97544;
	
}*/

.maincontent h1 {
	padding: 0px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: /*#462300*/#462300 ;
	text-align: center;
	text-transform: uppercase;
	font: size; 18px;
}

.maincontent p {
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: /*#916435*/#916435 ;
	font-size: 16px;
	text-align:justify;
}


.para1 {
	width: 380px;
	float: left;
	padding: 0px 40px 0px 40px;
}

.para2 {
	width: 380px;
	float: right;
	padding: 0px 0px 0px 0px; 
	
}



.welcome-sign img {
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
	
	.call {
		color: #462300;
		text-align: center;
		
		font-family: arial black, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 25px;
	}


.call h2 {
	text-decoration: blink;
}

.call p {
	font-family: arial black, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 20px;
		position: relative;
		top: -16px;
}

.contact {
	position: relative;
	top: -20px;
}

/*-----footer-----*/

#footer {
	clear: both;
	background: #c3986f url(images/footer.png) no-repeat center;
	padding: 20px;
	border-top: 3px solid #462300;
	color: #c3986f;
	

}

